home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
demos
/
bike
/
bike2.dem
< prev
next >
Wrap
Text File
|
1999-09-16
|
281b
|
14 lines
mode(0);
path='SCI/demos/bike/';
xbasc();
getf(path+'macros/'+'velo1.sci','c');
getf(path+'macros/'+'velod.sci','c');
getf(path+'macros/'+'velodp.sci','c');
getf(path+'macros/'+'show.sci','c');
x=read(path+'data/'+'xdemo.dat',46,401,"(e10.4)");
show(x(:,1:340),1.6,1.47,velo1)